disable linking with libssl

disable linking with libssl

am 24.02.2010 22:48:42 von Brad Cagle

--000e0cd6ac3c40c63c04805fa17e
Content-Type: text/plain; charset=ISO-8859-1

upgrading from 1.3 to 2.2

I have configured apache 2.2.14 like:

../configure --disable-ssl
(is disabled by default anyhow)

however httpd is still linked with libssl

varified by ldd:
root@S12:~/httpd-2.2.14# ldd httpd | grep ssl
libssl.so.0 => /usr/lib/libssl.so.0 (0xb7dfb000)
Im building the httpd binary for a system that does not have libssl, and It
can not have libssl.

Any ideas???

--
Brad Cagle
Vice President of Research & Development
Innovative Converged Technologies, Inc.
http://www.vistaplex.com
Office: 817-457-2053 x208
Mobile: 469-360-6625

"Everybody thinks that everybody knows about everybody else but nobody knows

anything about themselves because their all worried about everybody else"
-Jack Johnson

--000e0cd6ac3c40c63c04805fa17e
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

upgrading from 1.3 to 2.2

=A0

I have configured apache 2.2.14 like:

=A0

./configure --disable-ssl

(is disabled by default anyhow)

=A0

however httpd is still linked with libssl

=A0

varified by ldd:

=
# ldd httpd | grep ssl
      =A0 libssl.so.0 =3D> /usr/li=
b/libssl.so.0 (0xb7dfb000)

Im building the httpd binary for a system that does not have libssl, a=
nd It can not have libssl.

=A0

Any ideas???

--
Brad Cagle
Vice =A0Preside=
nt of Research & Development
Innovative Converged Technologies, Inc.=


Of=
fice: 817-457-2053 x208

Mobile: 469-360-6625

"Everybody thinks that everybody knows abo=
ut everybody else but nobody knows
anything about themselves because th=
eir all worried about everybody else" -Jack Johnson




--000e0cd6ac3c40c63c04805fa17e--

Re: disable linking with libssl

am 25.02.2010 15:25:12 von i.galic

----- "Brad Cagle" wrote:

> upgrading from 1.3 to 2.2
>=20
> I have configured apache 2.2.14 like:
>=20
> ./configure --disable-ssl
> (is disabled by default anyhow)
>=20
> however httpd is still linked with libssl
>=20
> varified by ldd:
> root@S12:~/httpd-2.2.14 # ldd httpd | grep ssl
> libssl.so.0 =3D> /usr/lib/libssl.so.0 (0xb7dfb000)

Are you sure that no other dependency is linked against libssl?

> Im building the httpd binary for a system that does not have libssl,
> and It can not have libssl.

Can you build on the target?
=20
> Any ideas???
>=20
> --
> Brad Cagle
> Vice President of Research & Development
> Innovative Converged Technologies, Inc.
> http://www.vistaplex.com
> Office: 817-457-2053 x208
> Mobile: 469-360-6625
>=20
> "Everybody thinks that everybody knows about everybody else but nobody
> knows
> anything about themselves because their all worried about everybody
> else" -Jack Johnson


Bye,
--=20
Igor Galić

Tel: +43 (0) 699 122 96 338
Fax: +43(0) 1 91 333 41
Mail: i.galic@brainsware.org
URL: http://brainsware.org/

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: disable linking with libssl

am 25.02.2010 16:28:51 von Brad Cagle

--000e0cd6b2ecaaee6104806e70c8
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Solved. My Build system had an old libapr that is dependant on libssl..

I configure apache like this now:
../configure --with-included-apr

This will tell make to build/and install the apr include with apache 2.2.14
Thanks

2010/2/25 Igor Galić

>
> ----- "Brad Cagle" wrote:
>
> > upgrading from 1.3 to 2.2
> >
> > I have configured apache 2.2.14 like:
> >
> > ./configure --disable-ssl
> > (is disabled by default anyhow)
> >
> > however httpd is still linked with libssl
> >
> > varified by ldd:
> > root@S12:~/httpd-2.2.14 # ldd httpd | grep ssl
> > libssl.so.0 =3D> /usr/lib/libssl.so.0 (0xb7dfb000)
>
> Are you sure that no other dependency is linked against libssl?
>
> > Im building the httpd binary for a system that does not have libssl,
> > and It can not have libssl.
>
> Can you build on the target?
>
> > Any ideas???
> >
> > --
> > Brad Cagle
> > Vice President of Research & Development
> > Innovative Converged Technologies, Inc.
> > http://www.vistaplex.com
> > Office: 817-457-2053 x208
> > Mobile: 469-360-6625
> >
> > "Everybody thinks that everybody knows about everybody else but nobody
> > knows
> > anything about themselves because their all worried about everybody
> > else" -Jack Johnson
>
>
> Bye,
> --
> Igor Galić
>
> Tel: +43 (0) 699 122 96 338
> Fax: +43(0) 1 91 333 41
> Mail: i.galic@brainsware.org
> URL: http://brainsware.org/
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project=
..
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


--=20
Brad Cagle
Vice President of Research & Development
Innovative Converged Technologies, Inc.
http://www.vistaplex.com
Office: 817-457-2053 x208
Mobile: 469-360-6625

"Everybody thinks that everybody knows about everybody else but nobody know=
s

anything about themselves because their all worried about everybody else"
-Jack Johnson

--000e0cd6b2ecaaee6104806e70c8
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Solved. My Build system had an old libapr that is dependant on libssl.=
..

 

I configure apache like this now:

./configure --with-included-apr

 

This will tell make to build/and install the apr includ=
e with apache 2.2.14

Thanks


2010/2/25 Igor Galić <=
> pan>

; PADDING-LEFT: 1ex" class=3D"gmail_quote">

----- "Brad Cagle" < ad.cagle@gmail.com">brad.cagle@gmail.com> wrote:

> upgradi=
ng from 1.3 to 2.2
>
> I have configured apache 2.2.14 like: >
>
> ./configure --disable-ssl
> (is disabled by default anyh=
ow)
>
> however httpd is still linked with libssl
>
&g=
t; varified by ldd:
> root@S12:~/httpd-2.2.14 # ldd httpd | grep ssl<=
br>
> libssl.so.0 =3D> /usr/lib/libssl.so.0 (0xb7dfb000)

Are=
you sure that no other dependency is linked against libssl?


> Im building the httpd binary for a system that d=
oes not have libssl,
> and It can not have libssl.

Can y=
ou build on the target?


> Any ideas???
>
> --
> Brad Cag=
le
> Vice President of Research & Development
> Innovative =
Converged Technologies, Inc.
> target=3D"_blank">http://www.vistaplex.com

> Office: 817-457-2053 x208
> Mobile: 469-360-6625
>
>=
"Everybody thinks that everybody knows about everybody else but nobod=
y
> knows
> anything about themselves because their all worried=
about everybody

> else" -Jack Johnson


Bye,
--
Igor GaliÄ=
=87

Tel: +43 (0) 699 122 96 338
Fax: +43(0) 1 91 333 41
Mail: =

URL=
: http://brainsware.or=
g/



------------------------------------------------------------ --------- r>The official User-To-User support forum of the Apache HTTP Server Project=
..
See <URL: =3D"_blank">http://httpd.apache.org/userslist.html> for more info. r>
To unsubscribe, e-mail: g">users-unsubscribe@httpd.apache.org
  "   from the =
digest: users-=
digest-unsubscribe@httpd.apache.org


For additional commands, e-mail: org">users-help@httpd.apache.org



r=3D"all">
--
Brad Cagle
Vice  President of Research & D=
evelopment

Innovative Converged Technologies, Inc.
com">http://www.vistaplex.com
Office: 817-457-2053 x208
Mobile: 4=
69-360-6625

"Everybody thinks that everybody knows about everyb=
ody else but nobody knows

anything about themselves because their all worried about everybody else&qu=
ot; -Jack Johnson




--000e0cd6b2ecaaee6104806e70c8--